projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfc8e97
)
(change-log-mode): Defaults for `indent-tabs-mode'
author
Karl Heuer
<kwzh@gnu.org>
Wed, 13 Dec 1995 01:36:02 +0000
(
01:36
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 13 Dec 1995 01:36:02 +0000
(
01:36
+0000)
and `tab-width'.
lisp/add-log.el
patch
|
blob
|
history
diff --git
a/lisp/add-log.el
b/lisp/add-log.el
index f89435a396f31950d7e42dbb3a269502718f268c..40ed5c1ab7665ad329b2550179197d504513d3a5 100644
(file)
--- a/
lisp/add-log.el
+++ b/
lisp/add-log.el
@@
-279,7
+279,9
@@
Runs `change-log-mode-hook'."
(setq major-mode 'change-log-mode
mode-name "Change Log"
left-margin 8
- fill-column 74)
+ fill-column 74
+ indent-tabs-mode t
+ tab-width 8)
(use-local-map change-log-mode-map)
;; Let each entry behave as one paragraph:
;; We really do want "^" in paragraph-start below: it is only the lines that